javascript Arrays

arrays is a special variable which can hold more than one value

why we use arrays?

an array can able to hold many value under single name and you can also access the values by referring to an index number also but in single variable you can't do even this and looping

Creating an array

"another way to create an array."

"Another way of using the javascript Keyword "New"

Accesing the Arrays Elements

all the arrays elements accessed using the numeric values which start from o as a index

Changing an array Element

Accessing the Full Arrays

Arrays are also objects

javascript uses names to access objects properties

the length property - it can define the length of any array

accessing the last array element

Looping arrays Elements

now we are doing loop through For